﻿2026-06-22T02:50:16.4876748Z Current runner version: '2.335.1'
2026-06-22T02:50:16.4881663Z Runner name: 'kitsubito'
2026-06-22T02:50:16.4882162Z Runner group name: 'Default'
2026-06-22T02:50:16.4882810Z Machine name: 'KITSUBITO'
2026-06-22T02:50:16.4884793Z ##[group]GITHUB_TOKEN Permissions
2026-06-22T02:50:16.4886572Z Contents: read
2026-06-22T02:50:16.4886984Z Metadata: read
2026-06-22T02:50:16.4887350Z Packages: read
2026-06-22T02:50:16.4887721Z ##[endgroup]
2026-06-22T02:50:16.4889430Z Secret source: Actions
2026-06-22T02:50:16.4889945Z Prepare workflow directory
2026-06-22T02:50:16.5355523Z Prepare all required actions
2026-06-22T02:50:16.5384999Z Getting action download info
2026-06-22T02:50:16.8641259Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-22T02:50:17.3827384Z Complete job name: n1-gate (self-hosted, Linux, kitsubito)
2026-06-22T02:50:17.4667887Z ##[group]Run actions/checkout@v5
2026-06-22T02:50:17.4668617Z with:
2026-06-22T02:50:17.4669084Z   fetch-depth: 0
2026-06-22T02:50:17.4669504Z   repository: SaberMage/spt-core
2026-06-22T02:50:17.4672909Z   token: ***
2026-06-22T02:50:17.4673273Z   ssh-strict: true
2026-06-22T02:50:17.4673631Z   ssh-user: git
2026-06-22T02:50:17.4674006Z   persist-credentials: true
2026-06-22T02:50:17.4674392Z   clean: true
2026-06-22T02:50:17.4674749Z   sparse-checkout-cone-mode: true
2026-06-22T02:50:17.4675174Z   fetch-tags: false
2026-06-22T02:50:17.4675537Z   show-progress: true
2026-06-22T02:50:17.4675900Z   lfs: false
2026-06-22T02:50:17.4676231Z   submodules: false
2026-06-22T02:50:17.4676602Z   set-safe-directory: true
2026-06-22T02:50:17.4677212Z ##[endgroup]
2026-06-22T02:50:17.5456032Z Syncing repository: SaberMage/spt-core
2026-06-22T02:50:17.5457451Z ##[group]Getting Git version info
2026-06-22T02:50:17.5458145Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-22T02:50:17.5459084Z [command]/usr/bin/git version
2026-06-22T02:50:17.5459494Z git version 2.43.0
2026-06-22T02:50:17.5474730Z ##[endgroup]
2026-06-22T02:50:17.5488259Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/56b83c67-4b48-45b8-ae6b-940fce86e8be' before making global git config changes
2026-06-22T02:50:17.5489572Z Adding repository directory to the temporary git global config as a safe directory
2026-06-22T02:50:17.5492488Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-22T02:50:17.5529642Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-22T02:50:17.5550586Z https://github.com/SaberMage/spt-core
2026-06-22T02:50:17.5562086Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-22T02:50:17.5565568Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-22T02:50:17.5593152Z HEAD
2026-06-22T02:50:17.5628400Z ##[endgroup]
2026-06-22T02:50:17.5629613Z [command]/usr/bin/git submodule status
2026-06-22T02:50:17.5817334Z ##[group]Cleaning the repository
2026-06-22T02:50:17.5851873Z [command]/usr/bin/git clean -ffdx
2026-06-22T02:50:20.3060153Z Removing .adapter-notify/
2026-06-22T02:50:20.3061467Z Removing target/
2026-06-22T02:50:20.3070478Z [command]/usr/bin/git reset --hard HEAD
2026-06-22T02:50:20.3315671Z HEAD is now at 316c6fc1b Merge bed1878a48edb9a952a30485e1050d818b817ace into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-22T02:50:20.3320585Z ##[endgroup]
2026-06-22T02:50:20.3322021Z ##[group]Disabling automatic garbage collection
2026-06-22T02:50:20.3325548Z [command]/usr/bin/git config --local gc.auto 0
2026-06-22T02:50:20.3353367Z ##[endgroup]
2026-06-22T02:50:20.3354632Z ##[group]Setting up auth
2026-06-22T02:50:20.3358122Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-22T02:50:20.3385540Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-22T02:50:20.3588519Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-22T02:50:20.3614425Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-22T02:50:20.3804723Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-22T02:50:20.3831246Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-22T02:50:20.4027277Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-22T02:50:20.4059330Z ##[endgroup]
2026-06-22T02:50:20.4061195Z ##[group]Fetching the repository
2026-06-22T02:50:20.4068602Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +316c6fc1b45416d8491508c0767c41b2c33e2e20:refs/remotes/pull/26/merge
2026-06-22T02:50:21.3648839Z ##[endgroup]
2026-06-22T02:50:21.3649780Z ##[group]Determining the checkout info
2026-06-22T02:50:21.3650480Z ##[endgroup]
2026-06-22T02:50:21.3654380Z [command]/usr/bin/git sparse-checkout disable
2026-06-22T02:50:21.3692711Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-22T02:50:21.3717708Z ##[group]Checking out the ref
2026-06-22T02:50:21.3720556Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/26/merge
2026-06-22T02:50:21.3768543Z HEAD is now at 316c6fc1b Merge bed1878a48edb9a952a30485e1050d818b817ace into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-22T02:50:21.3771974Z ##[endgroup]
2026-06-22T02:50:21.3805511Z [command]/usr/bin/git log -1 --format=%H
2026-06-22T02:50:21.3831012Z 316c6fc1b45416d8491508c0767c41b2c33e2e20
2026-06-22T02:50:21.4005539Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-06-22T02:50:21.4006072Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-06-22T02:50:21.4021936Z shell: /usr/bin/bash -e {0}
2026-06-22T02:50:21.4022221Z ##[endgroup]
2026-06-22T02:50:21.4124462Z ##[group]Run set -euo pipefail
2026-06-22T02:50:21.4124835Z [36;1mset -euo pipefail[0m
2026-06-22T02:50:21.4125087Z [36;1mPIN=0c95435[0m
2026-06-22T02:50:21.4125336Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-22T02:50:21.4125626Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-22T02:50:21.4126012Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-22T02:50:21.4126491Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-22T02:50:21.4126969Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-22T02:50:21.4127365Z [36;1m  rm -rf "$CACHE"[0m
2026-06-22T02:50:21.4127637Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-22T02:50:21.4127961Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-22T02:50:21.4128353Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-22T02:50:21.4128772Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-22T02:50:21.4129160Z [36;1mfi[0m
2026-06-22T02:50:21.4129498Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-22T02:50:21.4143264Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-22T02:50:21.4143588Z env:
2026-06-22T02:50:21.4143827Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-22T02:50:21.4144156Z ##[endgroup]
2026-06-22T02:50:21.6856284Z    Compiling proc-macro2 v1.0.106
2026-06-22T02:50:21.6857108Z    Compiling quote v1.0.45
2026-06-22T02:50:21.6857665Z    Compiling unicode-ident v1.0.24
2026-06-22T02:50:21.6858024Z    Compiling libc v0.2.186
2026-06-22T02:50:21.6858461Z    Compiling serde_core v1.0.228
2026-06-22T02:50:21.6858800Z    Compiling cfg-if v1.0.4
2026-06-22T02:50:21.6859268Z    Compiling serde v1.0.228
2026-06-22T02:50:21.6882891Z    Compiling log v0.4.32
2026-06-22T02:50:21.6969925Z    Compiling pin-project-lite v0.2.17
2026-06-22T02:50:21.7000064Z    Compiling portable-atomic v1.13.1
2026-06-22T02:50:21.7039174Z    Compiling typenum v1.20.1
2026-06-22T02:50:21.7070093Z    Compiling memchr v2.8.1
2026-06-22T02:50:21.7108090Z    Compiling version_check v0.9.5
2026-06-22T02:50:21.7108824Z    Compiling critical-section v1.2.0
2026-06-22T02:50:21.7109372Z    Compiling find-msvc-tools v0.1.9
2026-06-22T02:50:21.7471912Z    Compiling shlex v2.0.1
2026-06-22T02:50:21.7720824Z    Compiling futures-core v0.3.32
2026-06-22T02:50:21.7849578Z    Compiling bytes v1.11.1
2026-06-22T02:50:21.8260398Z    Compiling subtle v2.6.1
2026-06-22T02:50:21.9172225Z    Compiling smallvec v1.15.1
2026-06-22T02:50:21.9382627Z    Compiling equivalent v1.0.2
2026-06-22T02:50:21.9701895Z    Compiling itoa v1.0.18
2026-06-22T02:50:21.9850945Z    Compiling semver v1.0.28
2026-06-22T02:50:22.0042002Z    Compiling stable_deref_trait v1.2.1
2026-06-22T02:50:22.0190092Z    Compiling futures-io v0.3.32
2026-06-22T02:50:22.0549335Z    Compiling futures-sink v0.3.32
2026-06-22T02:50:22.0800605Z    Compiling slab v0.4.12
2026-06-22T02:50:22.0899796Z    Compiling futures-task v0.3.32
2026-06-22T02:50:22.1621603Z    Compiling futures-channel v0.3.32
2026-06-22T02:50:22.2013753Z    Compiling generic-array v0.14.7
2026-06-22T02:50:22.2171193Z    Compiling rustversion v1.0.22
2026-06-22T02:50:22.2607988Z    Compiling rustc_version v0.4.1
2026-06-22T02:50:22.2900622Z    Compiling bitflags v2.12.1
2026-06-22T02:50:22.3170822Z    Compiling hashbrown v0.17.1
2026-06-22T02:50:22.3470744Z    Compiling cpufeatures v0.2.17
2026-06-22T02:50:22.3580857Z    Compiling fnv v1.0.7
2026-06-22T02:50:22.3681361Z    Compiling cfg_aliases v0.2.1
2026-06-22T02:50:22.4294958Z    Compiling strsim v0.11.1
2026-06-22T02:50:22.4421217Z    Compiling rand_core v0.10.1
2026-06-22T02:50:22.4430573Z    Compiling writeable v0.6.3
2026-06-22T02:50:22.4581569Z    Compiling litemap v0.8.2
2026-06-22T02:50:22.4680985Z    Compiling ident_case v1.0.1
2026-06-22T02:50:22.5901131Z    Compiling utf8_iter v1.0.4
2026-06-22T02:50:22.6380835Z    Compiling fs_extra v1.3.0
2026-06-22T02:50:22.6414305Z    Compiling icu_normalizer_data v2.2.0
2026-06-22T02:50:22.6771319Z    Compiling getrandom v0.4.2
2026-06-22T02:50:22.6902151Z    Compiling dunce v1.0.5
2026-06-22T02:50:22.7051045Z    Compiling icu_properties_data v2.2.0
2026-06-22T02:50:22.7092224Z    Compiling autocfg v1.5.1
2026-06-22T02:50:22.7461124Z    Compiling percent-encoding v2.3.2
2026-06-22T02:50:22.8721571Z    Compiling http v1.4.1
2026-06-22T02:50:22.9448632Z    Compiling cpufeatures v0.3.0
2026-06-22T02:50:22.9540706Z    Compiling thiserror v2.0.18
2026-06-22T02:50:22.9821045Z    Compiling unicode-segmentation v1.13.3
2026-06-22T02:50:23.0250572Z    Compiling syn v2.0.117
2026-06-22T02:50:23.0290665Z    Compiling aws-lc-rs v1.17.0
2026-06-22T02:50:23.0531440Z    Compiling scopeguard v1.2.0
2026-06-22T02:50:23.0710802Z    Compiling chacha20 v0.10.0
2026-06-22T02:50:23.0720278Z    Compiling form_urlencoded v1.2.2
2026-06-22T02:50:23.1286060Z    Compiling indexmap v2.14.0
2026-06-22T02:50:23.1646879Z    Compiling lock_api v0.4.14
2026-06-22T02:50:23.2071267Z    Compiling untrusted v0.9.0
2026-06-22T02:50:23.2186545Z    Compiling rustls v0.23.40
2026-06-22T02:50:23.2768624Z    Compiling heck v0.5.0
2026-06-22T02:50:23.3499491Z    Compiling const-oid v0.10.2
2026-06-22T02:50:23.3676485Z    Compiling atomic-waker v1.1.2
2026-06-22T02:50:23.4190725Z    Compiling unicode-xid v0.2.6
2026-06-22T02:50:23.4247504Z    Compiling anyhow v1.0.102
2026-06-22T02:50:23.4330741Z    Compiling httparse v1.10.1
2026-06-22T02:50:23.4510988Z    Compiling parking_lot_core v0.9.12
2026-06-22T02:50:23.4640544Z    Compiling zerocopy v0.8.50
2026-06-22T02:50:23.4950530Z    Compiling convert_case v0.10.0
2026-06-22T02:50:23.5131119Z    Compiling paste v1.0.15
2026-06-22T02:50:23.5620614Z    Compiling jobserver v0.1.34
2026-06-22T02:50:23.5780377Z    Compiling hybrid-array v0.4.12
2026-06-22T02:50:23.6542923Z    Compiling num-traits v0.2.19
2026-06-22T02:50:23.6772169Z    Compiling curve25519-dalek v4.1.3
2026-06-22T02:50:23.6930824Z    Compiling ahash v0.8.12
2026-06-22T02:50:23.8033774Z    Compiling base64ct v1.8.3
2026-06-22T02:50:23.8353377Z    Compiling fastrand v2.4.1
2026-06-22T02:50:23.8610671Z    Compiling cc v1.2.63
2026-06-22T02:50:23.8861664Z    Compiling http-body v1.0.1
2026-06-22T02:50:23.9073382Z    Compiling powerfmt v0.2.0
2026-06-22T02:50:23.9118906Z    Compiling either v1.16.0
2026-06-22T02:50:24.0550589Z    Compiling deranged v0.5.8
2026-06-22T02:50:24.0962158Z    Compiling crypto-common v0.1.7
2026-06-22T02:50:24.1041029Z    Compiling block-buffer v0.10.4
2026-06-22T02:50:24.1180689Z    Compiling pem-rfc7468 v1.0.0
2026-06-22T02:50:24.2020728Z    Compiling digest v0.10.7
2026-06-22T02:50:24.2207949Z    Compiling vcpkg v0.2.15
2026-06-22T02:50:24.2831697Z    Compiling base64 v0.22.1
2026-06-22T02:50:24.3070599Z    Compiling time-core v0.1.8
2026-06-22T02:50:24.3181184Z    Compiling num-conv v0.2.2
2026-06-22T02:50:24.4650991Z    Compiling mio v1.2.1
2026-06-22T02:50:24.4720389Z    Compiling socket2 v0.6.4
2026-06-22T02:50:24.4960671Z    Compiling getrandom v0.2.17
2026-06-22T02:50:24.5210605Z    Compiling zmij v1.0.21
2026-06-22T02:50:24.5670725Z    Compiling tinyvec_macros v0.1.1
2026-06-22T02:50:24.6248136Z    Compiling rand_core v0.6.4
2026-06-22T02:50:24.6410671Z    Compiling data-encoding v2.11.0
2026-06-22T02:50:24.6750840Z    Compiling try-lock v0.2.5
2026-06-22T02:50:24.7010757Z    Compiling rand v0.10.1
2026-06-22T02:50:24.7630803Z    Compiling pkg-config v0.3.33
2026-06-22T02:50:24.7730479Z    Compiling tower-service v0.3.3
2026-06-22T02:50:24.8190812Z    Compiling parking_lot v0.12.5
2026-06-22T02:50:24.8320720Z    Compiling want v0.3.1
2026-06-22T02:50:24.8772024Z    Compiling tinyvec v1.11.0
2026-06-22T02:50:24.8920969Z    Compiling sha2 v0.10.9
2026-06-22T02:50:25.0500888Z    Compiling block-buffer v0.12.0
2026-06-22T02:50:25.2160778Z    Compiling crypto-common v0.2.2
2026-06-22T02:50:25.2541087Z    Compiling inout v0.1.4
2026-06-22T02:50:25.2598309Z    Compiling vergen-lib v9.1.0
2026-06-22T02:50:25.3131551Z    Compiling cmake v0.1.58
2026-06-22T02:50:25.3790346Z    Compiling n0-future v0.3.2
2026-06-22T02:50:25.4058753Z    Compiling diatomic-waker v0.2.3
2026-06-22T02:50:25.4154456Z    Compiling httpdate v1.0.3
2026-06-22T02:50:25.4270496Z    Compiling serde_json v1.0.150
2026-06-22T02:50:25.4790874Z    Compiling crossbeam-utils v0.8.21
2026-06-22T02:50:25.4792601Z    Compiling winnow v1.0.3
2026-06-22T02:50:25.5360842Z    Compiling spin v0.10.0
2026-06-22T02:50:25.5566091Z    Compiling cordyceps v0.3.4
2026-06-22T02:50:25.6250573Z    Compiling signature v2.2.0
2026-06-22T02:50:25.6380772Z    Compiling parking v2.2.1
2026-06-22T02:50:25.6823634Z    Compiling cipher v0.4.4
2026-06-22T02:50:25.7125695Z    Compiling ed25519 v2.2.3
2026-06-22T02:50:25.7383552Z    Compiling netlink-packet-core v0.8.1
2026-06-22T02:50:25.7494300Z    Compiling futures-lite v2.6.1
2026-06-22T02:50:25.8120217Z    Compiling universal-hash v0.5.1
2026-06-22T02:50:25.8410824Z    Compiling vergen-lib v0.1.6
2026-06-22T02:50:25.8760061Z    Compiling vergen v9.1.0
2026-06-22T02:50:25.8953722Z    Compiling heapless v0.7.17
2026-06-22T02:50:25.9120501Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-22T02:50:25.9356944Z    Compiling futures-buffered v0.2.13
2026-06-22T02:50:25.9423235Z    Compiling noq-udp v0.10.0
2026-06-22T02:50:25.9640597Z    Compiling sync_wrapper v1.0.2
2026-06-22T02:50:25.9960716Z    Compiling byteorder v1.5.0
2026-06-22T02:50:26.0685425Z    Compiling allocator-api2 v0.2.21
2026-06-22T02:50:26.0850925Z    Compiling opaque-debug v0.3.1
2026-06-22T02:50:26.0974865Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-22T02:50:26.1701328Z    Compiling polyval v0.6.2
2026-06-22T02:50:26.1860785Z    Compiling digest v0.11.3
2026-06-22T02:50:26.2041467Z    Compiling hash32 v0.2.1
2026-06-22T02:50:26.2485406Z    Compiling aws-lc-sys v0.41.0
2026-06-22T02:50:26.2603825Z    Compiling ring v0.17.14
2026-06-22T02:50:26.3100568Z    Compiling libsqlite3-sys v0.30.1
2026-06-22T02:50:26.4040663Z    Compiling spin v0.9.8
2026-06-22T02:50:26.4140807Z    Compiling vergen-gitcl v1.0.8
2026-06-22T02:50:26.4220519Z    Compiling fallible-iterator v0.3.0
2026-06-22T02:50:26.4281877Z    Compiling ryu v1.0.23
2026-06-22T02:50:26.4880701Z    Compiling tower-layer v0.3.3
2026-06-22T02:50:26.5765030Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-22T02:50:26.6419151Z    Compiling signature v3.0.0
2026-06-22T02:50:26.6451209Z    Compiling num_threads v0.1.7
2026-06-22T02:50:26.7120495Z    Compiling ghash v0.5.1
2026-06-22T02:50:26.7548619Z    Compiling time v0.3.47
2026-06-22T02:50:26.7714306Z    Compiling sha2 v0.11.0-rc.5
2026-06-22T02:50:26.8036712Z    Compiling ctr v0.9.2
2026-06-22T02:50:26.8110563Z    Compiling aes v0.8.4
2026-06-22T02:50:26.8362105Z    Compiling fs2 v0.4.3
2026-06-22T02:50:26.8571347Z    Compiling aead v0.5.2
2026-06-22T02:50:26.8770976Z    Compiling http-body-util v0.1.3
2026-06-22T02:50:26.9840802Z    Compiling openssl-probe v0.2.1
2026-06-22T02:50:27.0094738Z    Compiling crossbeam-epoch v0.9.18
2026-06-22T02:50:27.0510786Z    Compiling crossbeam-channel v0.5.15
2026-06-22T02:50:27.0580855Z    Compiling blake3 v1.8.5
2026-06-22T02:50:27.1528375Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-22T02:50:27.1643149Z    Compiling netlink-packet-route v0.29.0
2026-06-22T02:50:27.3079291Z    Compiling uuid v1.23.2
2026-06-22T02:50:27.4050646Z    Compiling memoffset v0.6.5
2026-06-22T02:50:27.4222810Z    Compiling acto v0.8.2
2026-06-22T02:50:27.4740539Z    Compiling noq v0.18.0
2026-06-22T02:50:27.5880568Z    Compiling aes-gcm v0.10.3
2026-06-22T02:50:27.6070700Z    Compiling netwatch v0.16.0
2026-06-22T02:50:27.6830779Z    Compiling ref-cast v1.0.25
2026-06-22T02:50:27.7473404Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-22T02:50:27.7971069Z    Compiling mac-addr v0.3.0
2026-06-22T02:50:27.8697307Z    Compiling identity-hash v0.1.0
2026-06-22T02:50:27.9060861Z    Compiling xml-rs v0.8.28
2026-06-22T02:50:27.9619178Z    Compiling thiserror v1.0.69
2026-06-22T02:50:27.9706447Z    Compiling rustix v1.1.4
2026-06-22T02:50:27.9801499Z    Compiling foldhash v0.2.0
2026-06-22T02:50:28.0375464Z    Compiling rustc-hash v2.1.2
2026-06-22T02:50:28.0677984Z    Compiling synstructure v0.13.2
2026-06-22T02:50:28.1332333Z    Compiling darling_core v0.20.11
2026-06-22T02:50:28.1700445Z    Compiling tagptr v0.2.0
2026-06-22T02:50:28.2300676Z    Compiling sorted-index-buffer v0.2.1
2026-06-22T02:50:28.2887777Z    Compiling lru-slab v0.1.2
2026-06-22T02:50:28.3741897Z    Compiling hashbrown v0.16.1
2026-06-22T02:50:28.3815055Z    Compiling serde_derive_internals v0.29.1
2026-06-22T02:50:28.4818524Z    Compiling netlink-packet-route v0.30.0
2026-06-22T02:50:28.8495661Z    Compiling proc-macro-crate v3.5.0
2026-06-22T02:50:29.0641703Z    Compiling xmltree v0.10.3
2026-06-22T02:50:29.1462902Z    Compiling serial-core v0.4.0
2026-06-22T02:50:29.1901408Z    Compiling ioctl-rs v0.1.6
2026-06-22T02:50:29.1980608Z    Compiling errno v0.3.14
2026-06-22T02:50:29.2160861Z    Compiling termios v0.2.2
2026-06-22T02:50:29.3110995Z    Compiling simple-dns v0.9.3
2026-06-22T02:50:29.3170573Z    Compiling aho-corasick v1.1.4
2026-06-22T02:50:29.3471812Z    Compiling smol_str v0.1.24
2026-06-22T02:50:29.3548062Z    Compiling regex-syntax v0.8.10
2026-06-22T02:50:29.3629104Z    Compiling linux-raw-sys v0.12.1
2026-06-22T02:50:29.3749062Z    Compiling simdutf8 v0.1.5
2026-06-22T02:50:29.4303209Z    Compiling constant_time_eq v0.4.2
2026-06-22T02:50:29.5230554Z    Compiling arrayref v0.3.9
2026-06-22T02:50:29.5420995Z    Compiling arrayvec v0.7.6
2026-06-22T02:50:29.5730923Z    Compiling toml_write v0.1.2
2026-06-22T02:50:29.6071287Z    Compiling sha1_smol v1.0.1
2026-06-22T02:50:29.6371315Z    Compiling winnow v0.7.15
2026-06-22T02:50:29.7660512Z    Compiling signal-hook v0.3.18
2026-06-22T02:50:29.7880939Z    Compiling resolv-conf v0.7.6
2026-06-22T02:50:29.8940628Z    Compiling serial-unix v0.4.0
2026-06-22T02:50:29.9479844Z    Compiling signal-hook-registry v1.4.8
2026-06-22T02:50:30.0640630Z    Compiling serde_derive v1.0.228
2026-06-22T02:50:30.1148540Z    Compiling zeroize_derive v1.4.3
2026-06-22T02:50:30.2916006Z    Compiling tokio-macros v2.7.0
2026-06-22T02:50:30.3989051Z    Compiling zerofrom-derive v0.1.7
2026-06-22T02:50:30.5983104Z    Compiling futures-macro v0.3.32
2026-06-22T02:50:30.7141083Z    Compiling zeroize v1.8.2
2026-06-22T02:50:30.8871148Z    Compiling yoke-derive v0.8.2
2026-06-22T02:50:31.0130816Z    Compiling tokio v1.52.3
2026-06-22T02:50:31.4381552Z    Compiling zerovec-derive v0.11.3
2026-06-22T02:50:31.5443440Z    Compiling futures-util v0.3.32
2026-06-22T02:50:31.8385585Z    Compiling zerofrom v0.1.8
2026-06-22T02:50:31.9580492Z    Compiling displaydoc v0.2.6
2026-06-22T02:50:32.0111237Z    Compiling tracing-attributes v0.1.31
2026-06-22T02:50:32.0531407Z    Compiling rustls-pki-types v1.14.1
2026-06-22T02:50:32.2806045Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-22T02:50:32.3370690Z    Compiling yoke v0.8.3
2026-06-22T02:50:32.5810899Z    Compiling thiserror-impl v2.0.18
2026-06-22T02:50:32.8218233Z    Compiling zerotrie v0.2.4
2026-06-22T02:50:32.9580889Z    Compiling zerovec v0.11.6
2026-06-22T02:50:33.0058493Z    Compiling darling_macro v0.20.11
2026-06-22T02:50:33.1778549Z    Compiling derive_more-impl v2.1.1
2026-06-22T02:50:33.2301212Z    Compiling spez v0.1.2
2026-06-22T02:50:33.3510452Z    Compiling darling v0.20.11
2026-06-22T02:50:33.4200919Z    Compiling derive_builder_core v0.20.2
2026-06-22T02:50:33.5763397Z    Compiling n0-error-macros v0.1.3
2026-06-22T02:50:33.7160520Z    Compiling tinystr v0.8.3
2026-06-22T02:50:33.7840112Z    Compiling potential_utf v0.1.5
2026-06-22T02:50:33.8626804Z    Compiling der v0.8.0-rc.10
2026-06-22T02:50:33.9351969Z    Compiling icu_locale_core v2.2.0
2026-06-22T02:50:33.9510229Z    Compiling icu_collections v2.2.0
2026-06-22T02:50:34.5141003Z    Compiling pin-project-internal v1.1.13
2026-06-22T02:50:34.8128657Z    Compiling n0-error v0.1.3
2026-06-22T02:50:34.8271917Z    Compiling cobs v0.3.0
2026-06-22T02:50:34.8521073Z    Compiling derive_builder_macro v0.20.2
2026-06-22T02:50:35.0621394Z    Compiling ed25519-dalek v2.2.0
2026-06-22T02:50:35.2200925Z    Compiling icu_provider v2.2.0
2026-06-22T02:50:35.2780594Z    Compiling ipnet v2.12.0
2026-06-22T02:50:35.4900858Z    Compiling derive_builder v0.20.2
2026-06-22T02:50:35.5961478Z    Compiling icu_properties v2.2.0
2026-06-22T02:50:35.6071036Z    Compiling icu_normalizer v2.2.0
2026-06-22T02:50:35.6398509Z    Compiling spki v0.8.0-rc.4
2026-06-22T02:50:35.6920654Z    Compiling prefix-trie v0.8.4
2026-06-22T02:50:35.7880499Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-22T02:50:35.9290340Z    Compiling once_cell v1.21.4
2026-06-22T02:50:36.0152346Z    Compiling pin-project v1.1.13
2026-06-22T02:50:36.0350839Z    Compiling futures-executor v0.3.32
2026-06-22T02:50:36.0408326Z    Compiling ed25519 v3.0.0-rc.4
2026-06-22T02:50:36.1600900Z    Compiling tracing-core v0.1.36
2026-06-22T02:50:36.2480892Z    Compiling futures v0.3.32
2026-06-22T02:50:36.3128409Z    Compiling spt-proto v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-22T02:50:36.3711030Z    Compiling hashbrown v0.14.5
2026-06-22T02:50:36.4888647Z    Compiling postcard-derive v0.2.2
2026-06-22T02:50:36.5309800Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-22T02:50:36.5427226Z    Compiling rustls-native-certs v0.8.4
2026-06-22T02:50:37.0146239Z    Compiling tracing v0.1.44
2026-06-22T02:50:37.0330457Z    Compiling tokio-util v0.7.18
2026-06-22T02:50:37.0501751Z    Compiling idna_adapter v1.2.2
2026-06-22T02:50:37.0702527Z    Compiling netlink-sys v0.8.8
2026-06-22T02:50:37.1780415Z    Compiling idna v1.1.0
2026-06-22T02:50:37.1990840Z    Compiling hashlink v0.9.1
2026-06-22T02:50:37.2828281Z    Compiling postcard v1.1.3
2026-06-22T02:50:37.3429993Z    Compiling data-encoding-macro v0.1.20
2026-06-22T02:50:37.3880800Z    Compiling tower v0.5.3
2026-06-22T02:50:37.4042769Z    Compiling num_enum_derive v0.7.6
2026-06-22T02:50:37.4920681Z    Compiling async-trait v0.1.89
2026-06-22T02:50:37.5990805Z    Compiling enum-assoc v1.3.0
2026-06-22T02:50:37.6820931Z    Compiling rusqlite v0.32.1
2026-06-22T02:50:37.7630846Z    Compiling url v2.5.8
2026-06-22T02:50:37.8160203Z    Compiling derive_more v2.1.1
2026-06-22T02:50:37.8582847Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-22T02:50:37.8890727Z    Compiling iroh-metrics-derive v0.4.1
2026-06-22T02:50:37.9214352Z    Compiling strum_macros v0.28.0
2026-06-22T02:50:38.0171066Z    Compiling netdev v0.42.0
2026-06-22T02:50:38.0703158Z    Compiling h2 v0.4.14
2026-06-22T02:50:38.3440493Z    Compiling iroh-metrics v0.38.3
2026-06-22T02:50:38.4280646Z    Compiling n0-watcher v0.6.1
2026-06-22T02:50:38.4471087Z    Compiling tokio-stream v0.1.18
2026-06-22T02:50:38.4508634Z    Compiling netlink-proto v0.12.0
2026-06-22T02:50:38.6261228Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-22T02:50:38.6354799Z    Compiling attohttpc v0.30.1
2026-06-22T02:50:38.6511023Z    Compiling num_enum v0.7.6
2026-06-22T02:50:38.7400702Z    Compiling iroh-base v0.98.0
2026-06-22T02:50:38.7740811Z    Compiling tower-http v0.6.11
2026-06-22T02:50:38.8639372Z    Compiling iroh-relay v0.98.0
2026-06-22T02:50:38.9131488Z    Compiling moka v0.12.15
2026-06-22T02:50:38.9435685Z    Compiling toml_datetime v0.6.11
2026-06-22T02:50:39.1700695Z    Compiling spt-store v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-22T02:50:39.2330674Z    Compiling serde_spanned v0.6.9
2026-06-22T02:50:39.2391814Z    Compiling thiserror-impl v1.0.69
2026-06-22T02:50:39.2906047Z    Compiling ref-cast-impl v1.0.25
2026-06-22T02:50:39.4071017Z    Compiling toml_edit v0.22.27
2026-06-22T02:50:39.6480363Z    Compiling webpki-roots v1.0.7
2026-06-22T02:50:39.7087775Z    Compiling regex-automata v0.4.14
2026-06-22T02:50:39.8091454Z    Compiling schemars_derive v1.2.1
2026-06-22T02:50:39.8747628Z    Compiling lru v0.16.4
2026-06-22T02:50:40.1090851Z    Compiling darling_core v0.23.0
2026-06-22T02:50:40.1231077Z    Compiling serde_bytes v0.11.19
2026-06-22T02:50:40.1464155Z    Compiling hmac v0.12.1
2026-06-22T02:50:40.2827866Z    Compiling seize v0.5.1
2026-06-22T02:50:40.3221106Z    Compiling iroh v0.98.2
2026-06-22T02:50:40.3856250Z    Compiling utf8parse v0.2.2
2026-06-22T02:50:40.3955708Z    Compiling cmov v0.5.4
2026-06-22T02:50:40.4650660Z    Compiling pin-utils v0.1.0
2026-06-22T02:50:40.5290440Z    Compiling dyn-clone v1.0.20
2026-06-22T02:50:40.5910523Z    Compiling rustix v0.38.44
2026-06-22T02:50:40.6482279Z    Compiling bitflags v1.3.2
2026-06-22T02:50:40.6770492Z    Compiling ctutils v0.4.2
2026-06-22T02:50:40.8251025Z    Compiling nix v0.25.1
2026-06-22T02:50:40.8466507Z    Compiling papaya v0.2.4
2026-06-22T02:50:40.9616060Z    Compiling filedescriptor v0.8.3
2026-06-22T02:50:40.9699654Z    Compiling strum v0.28.0
2026-06-22T02:50:40.9999536Z    Compiling anstyle-parse v1.0.0
2026-06-22T02:50:41.0577462Z    Compiling hkdf v0.12.4
2026-06-22T02:50:41.0699971Z    Compiling backon v1.6.0
2026-06-22T02:50:41.1004046Z    Compiling iroh-dns v0.98.0
2026-06-22T02:50:41.2340639Z    Compiling serial v0.4.0
2026-06-22T02:50:41.2481951Z    Compiling colorchoice v1.0.5
2026-06-22T02:50:41.3090360Z    Compiling anstyle-query v1.1.5
2026-06-22T02:50:41.3450249Z    Compiling anstyle v1.0.14
2026-06-22T02:50:41.3888053Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-22T02:50:41.4091130Z    Compiling instability v0.3.12
2026-06-22T02:50:41.4941346Z    Compiling downcast-rs v1.2.1
2026-06-22T02:50:41.5683340Z    Compiling is_terminal_polyfill v1.70.2
2026-06-22T02:50:41.5840623Z    Compiling shell-words v1.1.1
2026-06-22T02:50:41.6450924Z    Compiling linux-raw-sys v0.4.15
2026-06-22T02:50:41.6520731Z    Compiling foldhash v0.1.5
2026-06-22T02:50:41.6650460Z    Compiling anstream v1.0.0
2026-06-22T02:50:41.7560930Z    Compiling signal-hook-mio v0.2.5
2026-06-22T02:50:41.7780766Z    Compiling spake2 v0.4.0
2026-06-22T02:50:41.8371327Z    Compiling hashbrown v0.15.5
2026-06-22T02:50:41.8931225Z    Compiling spt-msg v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-22T02:50:42.0073227Z    Compiling schemars v1.2.1
2026-06-22T02:50:42.0995111Z    Compiling toml v0.8.23
2026-06-22T02:50:42.1856158Z    Compiling terminal_size v0.4.4
2026-06-22T02:50:42.3406860Z    Compiling strum_macros v0.26.4
2026-06-22T02:50:42.5852681Z    Compiling sha1 v0.10.6
2026-06-22T02:50:42.9060691Z    Compiling regex v1.12.3
2026-06-22T02:50:43.0050839Z    Compiling itertools v0.13.0
2026-06-22T02:50:43.3246148Z    Compiling castaway v0.2.4
2026-06-22T02:50:43.4931829Z    Compiling static_assertions v1.1.0
2026-06-22T02:50:43.5991875Z    Compiling hyper v1.10.1
2026-06-22T02:50:43.6651451Z    Compiling darling_macro v0.23.0
2026-06-22T02:50:43.7590432Z    Compiling spt-runtime v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-22T02:50:43.7785742Z    Compiling doctest-file v1.1.1
2026-06-22T02:50:44.0636605Z    Compiling darling v0.23.0
2026-06-22T02:50:44.1431351Z    Compiling unicode-width v0.1.14
2026-06-22T02:50:44.1432488Z    Compiling indoc v2.0.7
2026-06-22T02:50:44.4590691Z    Compiling clap_lex v1.1.0
2026-06-22T02:50:44.4682881Z    Compiling interprocess v2.4.2
2026-06-22T02:50:44.5083594Z    Compiling compact_str v0.8.2
2026-06-22T02:50:44.7761052Z    Compiling clap_builder v4.6.0
2026-06-22T02:50:45.1460039Z    Compiling crossterm v0.28.1
2026-06-22T02:50:45.2090302Z    Compiling lru v0.12.5
2026-06-22T02:50:45.3558730Z    Compiling clap_derive v4.6.1
2026-06-22T02:50:45.4800948Z    Compiling unicode-truncate v1.1.0
2026-06-22T02:50:45.4870639Z    Compiling cassowary v0.3.0
2026-06-22T02:50:45.5271054Z    Compiling strum v0.26.3
2026-06-22T02:50:45.6170916Z    Compiling unicode-width v0.2.0
2026-06-22T02:50:45.6321282Z    Compiling iana-time-zone v0.1.65
2026-06-22T02:50:45.6370738Z    Compiling nucleo-matcher v0.3.1
2026-06-22T02:50:45.6497131Z    Compiling qrcode v0.14.1
2026-06-22T02:50:45.9100656Z    Compiling portable-pty v0.8.1
2026-06-22T02:50:46.0236041Z    Compiling hyper-util v0.1.20
2026-06-22T02:50:46.1081395Z    Compiling chrono v0.4.45
2026-06-22T02:50:46.1897384Z    Compiling ratatui v0.29.0
2026-06-22T02:50:46.3000637Z    Compiling tempfile v3.27.0
2026-06-22T02:50:46.6821649Z    Compiling spt-term v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-22T02:50:47.0000941Z    Compiling spt-live v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-22T02:50:47.7000782Z    Compiling clap v4.6.1
2026-06-22T02:50:48.0995099Z    Compiling igd-next v0.17.1
2026-06-22T02:50:49.3493558Z    Compiling portmapper v0.16.0
2026-06-22T02:50:54.4081189Z    Compiling rustls-webpki v0.103.13
2026-06-22T02:50:56.7434689Z    Compiling tokio-rustls v0.26.4
2026-06-22T02:50:56.7435319Z    Compiling rustls-platform-verifier v0.7.0
2026-06-22T02:50:56.7435847Z    Compiling noq-proto v0.17.0
2026-06-22T02:50:56.8947685Z    Compiling hyper-rustls v0.27.9
2026-06-22T02:50:56.8948301Z    Compiling hickory-net v0.26.0-beta.4
2026-06-22T02:50:56.8948833Z    Compiling tokio-websockets v0.13.2
2026-06-22T02:50:57.0184288Z    Compiling reqwest v0.13.4
2026-06-22T02:50:57.9745682Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-22T02:51:11.7843991Z    Compiling spt-net v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-22T02:51:13.1177724Z    Compiling spt-daemon v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-22T02:51:20.3545545Z    Compiling spt v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-22T02:51:24.1263295Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 02s
2026-06-22T02:51:24.1483284Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-a610d2092bf5e776)
2026-06-22T02:51:24.1496962Z 
2026-06-22T02:51:24.1497085Z running 1 test
2026-06-22T02:51:30.7895582Z test new_brain_serves_against_old_broker ... ok
2026-06-22T02:51:30.7895858Z 
2026-06-22T02:51:30.7896470Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.64s
2026-06-22T02:51:30.7896846Z 
2026-06-22T02:51:30.8159514Z Post job cleanup.
2026-06-22T02:51:30.8836856Z [command]/usr/bin/git version
2026-06-22T02:51:30.8901748Z git version 2.43.0
2026-06-22T02:51:30.8937156Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/bd6f759e-fe02-43e0-a672-6e94aab666cb' before making global git config changes
2026-06-22T02:51:30.8937791Z Adding repository directory to the temporary git global config as a safe directory
2026-06-22T02:51:30.8941391Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-22T02:51:30.8971208Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-22T02:51:30.8997923Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-22T02:51:30.9180365Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-22T02:51:30.9198552Z http.https://github.com/.extraheader
2026-06-22T02:51:30.9205880Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-22T02:51:30.9231718Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-22T02:51:30.9421058Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-22T02:51:30.9446092Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-22T02:51:30.9755766Z Cleaning up orphan processes
2026-06-22T02:51:31.0342423Z Terminate orphan process: pid (4112712) (spt)
